Identifies the type of the configured mail account.
Namespace:
Independentsoft.Exchange.Autodiscover
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
SyntaxPublic Enumeration ProtocolType
Members|
| Member name | Value | Description |
|---|
| Exchange | 0 |
The protocol that is used to connect to the server is Exchange RPC.
|
| ExchangeProxy | 1 |
The protocol that is used to connect to the server is Exchange RPC over HTTP, using an RPC proxy server.
|
| Web | 2 |
E-mail is accessed from a Web browser by using the URL that is specified in the Server (POX) element.
|
See Also